home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface MiscURIWell:View /*" :View:Object "*/
- {
- id refObject;
- id myCell;
- BOOL wantsBezel;
- }
-
- /*" Attributes "*/
-
- - setRefObject:aControl;
- - refObject;
-
- - takeURIFrom:sender;
-
- /*" Overrides "*/
-
- - initFrame:(NXRect *)frameRect;
- - awakeFromNib;
- - takeStringValueFrom:sender;
-
- @end
-